PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowTableContent Class / PDFFlowTableContent Constructor / PDFFlowTableContent Constructor(PDFFlowTableColumn[])
The array of columns in the table.
In This Topic
    PDFFlowTableContent Constructor(PDFFlowTableColumn[])
    In This Topic
    Initializes a new PDFFlowTableContent object with the specified columns.
    Syntax
    public PDFFlowTableContent( 
       PDFFlowTableColumn[] columns
    )

    Parameters

    columns
    The array of columns in the table.
    Exceptions
    ExceptionDescription
    Thrown when columns is null.
    See Also